Skip to main content

Campaign Report

AutomatR.TFMailchimp.Activities.CampaignReport

The "Campaign Report" activity in AutomatR is part of the Mailchimp Campaign activities package, providing detailed reports for a specific sent campaign.

Properties

NameDescription
Input
Campaign NameSpecifies the name of the campaign for which to generate a report. String variables containing the campaign name.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Campaign Report" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1.
Output
Campaign Report ResponseOutputs the detailed report for the specified campaign. Variables of type CampaignResponse to store the campaign report details, including Title, EmailSent, CampaignOpens, and CampaignClicks.

How to use:

  1. Drag and drop the "Campaign Report" activity onto the workflow.
  2. Specify the campaign name for which you want to generate a report.
  3. Optionally, configure the delay property.
  4. Execute the workflow to retrieve the detailed report for the specified campaign.

Example: Consider an example where the "Campaign Report" activity is used to get a report for a campaign named "HolidayPromoCampaign":

Campaign Report:
Campaign Name: "HolidayPromoCampaign"
Delay: 2
Campaign Report Response: CampaignReportDetails

In this example, the activity generates a detailed report for the "HolidayPromoCampaign" and stores the result in the CampaignResponse variable "CampaignReportDetails" for further handling in the workflow.